home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
roam-and-protect.swf
/
scripts
/
DefineButton2_110
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-29
|
171 b
|
7 lines
on(press){
levnum = _root.thislev.charAt(5);
backlev = _root.thislev.substring(0,5) add (int(levnum) + 1);
_root.gotoAndPlay(backlev);
gotoAndStop(1);
}